dbt Package
The Dbt Package contains 10 basic data processing steps. Each step is one of the “main” macros. In some cases, the work of the “main” macros is ensured by the work of subspecies of the main macros. Also, many main macros and their subspecies use auxiliary macros.
10 main macros:
01. normalize
02. incremental
03. join
04. combine
05. hash
06. link
07. graph
08. full
09. attr
10. create_dataset
step | sub_step |
---|---|
1_silos | 1_normalize |
2_incremental | |
2_staging | 1_join |
2_combine | |
3_hash | |
3_raw | link |
4_graph | 1_tuples |
2_lookup | |
3_unique | |
4_edge | |
5_glue | |
6_qid | |
5_full | full |
6_attribution | 1_prepare |
2_create_events | |
3_add_row_number | |
4_find_new_period | |
5_calculate_period_number | |
6_create_missed_steps | |
7_join_to_attr_prepare_with_qid | |
8_model | |
9_final_table | |
7_dataset |
Name | Doc Status | Category | Step | Substep | In Main Macro |
---|---|---|---|---|---|
normalize | ready | main | 1_silos | 1_normalize | - |
incremental | ready | main | 1_silos | 2_incremental | - |
join | ready | main | 2_staging | 1_join | - |
combine | ready | main | 2_staging | 2_combine | - |
hash | ready | main | 2_staging | 3_hash | - |
Name | Doc Status | Category | Step | Substep | In Main Macro |
---|---|---|---|---|---|
get_from_default_dict | ready | auxiliary | 1_silos | 1_normalize | normalize |
normalize_name | ready | auxiliary | 1_silos | 1_normalize | normalize |
json_extract_string | ready | auxiliary | 1_silos | 1_normalize | normalize |